home *** CD-ROM | disk | FTP | other *** search
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.40607</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{D2436DB9-66E6-44AD-88D3-4EF160D114CD}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <StartupObject>Example_1.My.MyApplication</StartupObject>
- <RootNamespace>Example_1</RootNamespace>
- <AssemblyName>Example 1</AssemblyName>
- <MyType>WindowsForms</MyType>
- <ApplicationIcon>GPS.NET.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <DefineDebug>true</DefineDebug>
- <DefineTrace>true</DefineTrace>
- <IncrementalBuild>true</IncrementalBuild>
- <OutputPath>bin\</OutputPath>
- <DocumentationFile>Example 1.xml</DocumentationFile>
- <NoWarn>42016,42017,42018,42019,42032</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugSymbols>false</DebugSymbols>
- <DefineDebug>false</DefineDebug>
- <DefineTrace>true</DefineTrace>
- <IncrementalBuild>false</IncrementalBuild>
- <Optimize>true</Optimize>
- <OutputPath>bin\</OutputPath>
- <DocumentationFile>Example 1.xml</DocumentationFile>
- <NoWarn>42016,42017,42018,42019,42032</NoWarn>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="StormSource.Gps, Version=1.4.3600.6, Culture=neutral, PublicKeyToken=3ed3cdf4fdda3400, processorArchitecture=MSIL">
- <HintPath>..\..\bin\StormSource.Gps.dll</HintPath>
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- </ItemGroup>
- <ItemGroup>
- <Import Include="Microsoft.VisualBasic" />
- <Import Include="System" />
- <Import Include="System.Collections" />
- <Import Include="System.Drawing" />
- <Import Include="System.Diagnostics" />
- <Import Include="System.Windows.Forms" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="EditWaypointForm.Designer.vb">
- <DependentUpon>EditWaypointForm.vb</DependentUpon>
- </Compile>
- <Compile Include="EditWaypointForm.vb">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="MainForm.Designer.vb">
- <DependentUpon>MainForm.vb</DependentUpon>
- </Compile>
- <Compile Include="MainForm.vb">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="My Project\AssemblyInfo.vb">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="My Project\MyApplication.vb">
- <AutoGen>True</AutoGen>
- <DependentUpon>MyApplication.myapp</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="My Project\MyResources.vb">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>MyResources.resx</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="My Project\MySettings.vb">
- <AutoGen>True</AutoGen>
- <DependentUpon>MySettings.settings</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="My Project\MyEvents.vb">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="NewWaypointForm.Designer.vb">
- <DependentUpon>NewWaypointForm.vb</DependentUpon>
- </Compile>
- <Compile Include="NewWaypointForm.vb">
- <SubType>Form</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="EditWaypointForm.resx">
- <DependentUpon>EditWaypointForm.vb</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainForm.resx">
- <DependentUpon>MainForm.vb</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="My Project\MyResources.resx">
- <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
- <LastGenOutput>MyResources.vb</LastGenOutput>
- <CustomToolNamespace>My.Resources</CustomToolNamespace>
- </EmbeddedResource>
- <EmbeddedResource Include="NewWaypointForm.resx">
- <DependentUpon>NewWaypointForm.vb</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- <None Include="My Project\MyApplication.myapp">
- <Generator>MyApplicationCodeGenerator</Generator>
- <LastGenOutput>MyApplication.vb</LastGenOutput>
- </None>
- <None Include="My Project\MySettings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>MySettings.vb</LastGenOutput>
- </None>
- </ItemGroup>
- <ItemGroup>
- <AppDesigner Include="My Project\" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="GPS.NET.ico" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
- </Project>